home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / embedded / ibm / r3sim.arc / README < prev    next >
Text File  |  1989-07-08  |  894b  |  20 lines

  1. The files in this archive (besides this file) are:
  2.  
  3. sim_r3.exe - 68705R3 simulator for IBM-PC or compatible, V1.2.
  4. sim_r3.doc - documentation for sim_r3.exe
  5.  
  6. test.sx    - tiny motorola hex file used in examples in sim_r3.doc
  7.  
  8. sim_r3.c   - source for 'main', most commands handled here
  9. instr.c       - table of 6805 instructions, utilities for simulating
  10. instr2.c   - routines to simulate/disassemble individual instructions
  11. sim.h      - header file for all .c files.
  12. sim_mem.c  - sim_read(), sim_write(), load hex, more
  13. sim_time.c - simulates the 68705R3 timer
  14.  
  15. makefile.mak - A rather verbose makefile for POLYMAKE to use Microsoft C
  16.         5.0 or higher to compile the above source.  Contains
  17.         instructions on converting this file for Microsoft make.
  18. makefile     - A unix-style makefile used to compile the above source
  19.         for Mark Willaims C (for the Atari ST).  See sim_r3.doc.
  20.